object fManageGroupsDlg: TfManageGroupsDlg Left = 332 Top = 186 Width = 550 Height = 434 HorzScrollBar.Visible = False VertScrollBar.Visible = False ActiveControl = nbGroupList BorderIcons = [biSystemMenu, biMaximize] Caption = 'fManageGroupsDlg' Color = clBtnFace Constraints.MinHeight = 400 Constraints.MinWidth = 550 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = False Position = poScreenCenter ShowHint = True OnCreate = FormCreate OnDestroy = FormDestroy OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object pnlBottom: TPanel Left = 0 Top = 339 Width = 542 Height = 47 Align = alBottom BevelOuter = bvNone FullRepaint = False TabOrder = 0 object bvl: TBevel Left = 0 Top = 0 Width = 542 Height = 50 Align = alTop Shape = bsTopLine end object btnClose: TButton Left = 457 Top = 13 Width = 75 Height = 25 Caption = 'btnClose' Default = True TabOrder = 2 OnClick = btnCloseClick end object btnDeleteGroup: TButton Left = 11 Top = 11 Width = 113 Height = 25 Caption = 'btnDeleteGroup' Enabled = False TabOrder = 0 OnClick = btnDeleteGroupClick end object btnRemoveChannel: TButton Left = 193 Top = 11 Width = 113 Height = 25 Caption = 'btnRemoveChannel' Enabled = False TabOrder = 1 OnClick = btnRemoveChannelClick end end object pnlMain: TPanel Left = 0 Top = 47 Width = 542 Height = 292 Align = alClient BevelOuter = bvNone FullRepaint = False TabOrder = 1 object lblGroups: TLabel Left = 11 Top = 7 Width = 169 Height = 13 AutoSize = False Caption = 'lblGroups' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object lblChannels: TLabel Left = 193 Top = 7 Width = 337 Height = 13 AutoSize = False Caption = 'lblChannels' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object nbGroupList: TnbListingListBox Left = 11 Top = 27 Width = 169 Height = 253 Style = lbOwnerDrawVariable ItemHeight = 16 TabOrder = 0 OnClick = nbGroupListClick OnDragDrop = nbGroupListDragDrop OnDragOver = nbGroupListDragOver HighlightItemIndex = -1 end object nbChannelListView: TnbChannelListView Left = 193 Top = 27 Width = 337 Height = 253 Checkboxes = True Columns = <> DragMode = dmAutomatic HideSelection = False ReadOnly = True RowSelect = True TabOrder = 1 ViewStyle = vsReport OnClick = nbChannelListViewClick OnEndDrag = nbChannelListViewEndDrag OnStartDrag = nbChannelListViewStartDrag end end object pnlTop: TPanel Left = 0 Top = 0 Width = 542 Height = 47 Align = alTop BevelOuter = bvNone FullRepaint = False TabOrder = 2 object htmlManage: THTMLabel Left = 11 Top = 10 Width = 526 Height = 19 AnchorHint = False AutoSizing = True AutoSizeType = asVertical Ellipsis = False HintShowFull = False Hover = False HoverColor = clNone HoverFontColor = clNone HTMLHint = False HTMLText.Strings = ( '(set at runtime)') ShadowColor = clGray ShadowOffset = 2 URLColor = clBlue VAlignment = tvaTop end end object statBar: TStatusBar Left = 0 Top = 386 Width = 542 Height = 19 Panels = <> SimplePanel = True end object tmrDrag: TTimer Enabled = False Interval = 100 OnTimer = tmrDragTimer Left = 504 Top = 8 end end